home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Weather / Weather.app / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1991-11-04  |  145 b   |  8 lines

  1. #bin = $(HOME)/Apps/Weather.app
  2. bin = /LocalApps/Weather.app
  3.  
  4. xinstall: Weather
  5.     mkdirs $(bin)
  6.     cp -r Weather menus info $(bin)
  7.     -strip $(bin)/*
  8.